PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / setStructureElement Method
The com.o2sol.pdf4java.logicalstructure.PDFStructureElement object associated with this paragraph.
In This Topic
    setStructureElement Method
    In This Topic
    Sets the structure element.
    When a paragraph has an associated structure element, the blocks within the paragraph should not have their own structure elements otherwise the content will be tagged incorrectly.
    The structure element does not include the so a structure element needs to be set on it.
    Syntax
    public void setStructureElement( 
       PDFStructureElement value
    )

    Parameters

    value
    The com.o2sol.pdf4java.logicalstructure.PDFStructureElement object associated with this paragraph.
    See Also